home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / MAC / School House / Misc. / Exercise / background_2602.txt < prev    next >
Text File  |  1988-01-10  |  2KB  |  99 lines

  1. -- background: 2602 from stack: in
  2. -- bmap block id: 10554
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 12 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=473 top=305 right=332 bottom=498
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 13 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=2 top=309 right=337 bottom=39
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1014 / 1014
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Prev
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect wipe right
  42.   go to previous card
  43. end mouseUp
  44.  
  45.  
  46. -- part 14 (field)
  47. -- low flags: 00
  48. -- high flags: 4002
  49. -- rect: left=26 top=233 right=269 bottom=501
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 3
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: 
  58.  
  59.  
  60. -- part 15 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=67 top=310 right=335 bottom=99
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 21700 / 21700
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Home
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   visual effect iris close
  75.   go home
  76. end mouseUp
  77.  
  78.  
  79.  
  80.  
  81. -- part 16 (button)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=462 top=33 right=59 bottom=493
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 19678 / 19678
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Tell Me...
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect zoom open
  96.   go to card "tell me"
  97. end mouseUp
  98.  
  99.